IntermediateTotalPositions Property (Waterfall<T>)
In This Topic
Gets or sets the value of the property that contains the index for positions of the intermediate total bar.The property should work with ShowIntermediateTotal and IntermediateToolLabels property.
Syntax
'Declaration
Public Property IntermediateTotalPositions As System.Integer()
'Usage
Dim instance As Waterfall(Of T)
Dim value() As System.Integer
instance.IntermediateTotalPositions = value
value = instance.IntermediateTotalPositions
public System.int[] IntermediateTotalPositions {get; set;}
public read-write property IntermediateTotalPositions: System.array of Integer;
public function get,set IntermediateTotalPositions : System.int[]
public: __property System.int[]* get_IntermediateTotalPositions();
public: __property void set_IntermediateTotalPositions(
System.int[][]* value
);
public:
property System.array<int>^ IntermediateTotalPositions {
System.array<int>^ get();
void set ( System.array<int>^ value);
}
See Also